.accent {
	color: #ef8214;
}
.accent_bg {
	background-color: #ef8214;
}

body {
	color: #0e151d;
	background-color: #eceded;
}
h3 {
	color: #ef8214;
	background-color: #0e151d;
}
#nav {
	background-color: #ef8214;
}
#cookie_footer {
	background-color: #ef8214;
	color: #0e151d;
}
#cookie_button {
	background-color: #ef8214;
	color: #0e151d;
	border-color: #0e151d;
}
th {
	color: #ef8214;
}

.race:hover .raceContainer {
	border-left-color: #ef8214;
}
.raceContainer {
	color: #0e151d;
}
#races .race:nth-child(odd) {
	background-color: rgba(239, 130, 20, 0.2);
}
.raceRace a:hover, .raceStarterlist a:hover, .raceLeaderboard a:hover {
	box-shadow: inset 0 -1px 0 #ef8214, inset 0 -3px 0 #0e151d;
}

#filters select, #eventtbl select {
	background-color: #0e151d;
	background-image: url(data:image/gif;base64,R0lGODlhCwALAPAAAO+CFP///yH5BAEAAAEALAAAAAALAAsAAAIPjI+py+0fgJzz0IruwjsVADs=);
	color: #ef8214;
}
#search {
	background-color: #eceded;
	border-color: #0e151d;
}
table#eventtbl tbody tr:nth-child(even) {
	background-color: rgba(239, 130, 20, 0.2);
}
table#eventtbl thead tr {
	background-color: #0e151d;
}
.result, td.teamcell div.teamname {
	color: #ef8214;
}

.leaderboard .row:nth-child(even) {
	background-color: rgba(239, 130, 20, 0.2);
}
#leaderboardContainers a.row, #leaderboardContainers a.row:visited, #leaderboardContainers a.row:hover {
	color: #0e151d;
}

table#profile thead tr {
	background-color: #0e151d;
}
table thead .nobg {
	background-color: #eceded;
}
#times thead tr {
	background-color: rgba(14, 21, 29, 0.25);
}
#times thead th {
	color: #0e151d;
}
